|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnegotiator.BidIterator
public class BidIterator
Class used to generate all bids in the domain. For issues with a continuous range discretization is used. If you want to search the set of generated bids efficiently, consider using SortedOutcomeSpace instead.
| Constructor Summary | |
|---|---|
BidIterator(Domain pDomain)
Creates an iterator for the given outcomespace (domain). |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Bid |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BidIterator(Domain pDomain)
pDomain - of which we want to generate all bids.| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Bid>public Bid next()
next in interface java.util.Iterator<Bid>public void remove()
remove in interface java.util.Iterator<Bid>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||